home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / phigs / ptk.lha / ptk / include / dbugfns.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-21  |  800 b   |  18 lines

  1. /* This is file include/dbugfns.h created by Extract */
  2. /* Date: */
  3.  
  4. /*-------------------------------*/
  5. /*  Including from:source/library/dbug.c  */
  6.  
  7. extern void ptk_debugger ARGS((  Pint  wsid,   Pint  stid));
  8.  
  9. extern void ptk_setdebuggerattrs ARGS((  Pint  menufont,
  10.                 Pint  windowfont,   Pint  menucol,   Pint  menutextcol,
  11.                 Pint  windowcol,   Pint  bannercol,   Pint  bannertextcol,
  12.          Pint  tlcol,   Pint  brcol,   Pint  arrowcol,   Pint  arrowedgecol));
  13.  
  14. extern void ptk_inqdebuggerattrs ARGS((  Pint *  menufont,   Pint *  windowfont,
  15.              Pint *  menucol,   Pint *  menutextcol,   Pint *  windowcol,
  16.              Pint *  bannercol,   Pint *  bannertextcol,   Pint *  tlcol,
  17.              Pint *  brcol,   Pint *  arrowcol,   Pint *  arrowedgecol));
  18.